ThreadLocal(T) Properties

Task Parallel System.Threading

The ThreadLocal<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
IsValueCreated
Gets whether Value is initialized on the current thread.
Value
Gets or sets the value of this instance for the current thread.

See Also